cargo.git
2018-03-14 borsAuto merge of #5168 - Eh2406:faster_resolver, r=alexcri...
2018-03-14 Eh2406more comments
2018-03-13 Eh2406Only activate for the better error messages if we will...
2018-03-13 Eh2406test that cashing works with constraints correctly
2018-03-13 borsAuto merge of #5152 - matklad:clap, r=alexcrichton
2018-03-12 Eh2406make sure cashing works whether there is an answer...
2018-03-12 Eh2406only jump to the end if our frame was made for the...
2018-03-12 Aleksey KladovFile per command
2018-03-12 Eh2406if a frame will fail make it top priority
2018-03-12 Aleksey KladovUse `avoid_dev_deps` for all commands
2018-03-12 Aleksey KladovFix spelling of quiet
2018-03-12 borsAuto merge of #5167 - xftroxgpx:nosubmodules, r=matklad
2018-03-12 Eh2406if we are just here_for the error_messages then only...
2018-03-12 Eh2406cache past conflicting_activations use them to prevent...
2018-03-12 Eh2406reduce the mut args to find_candidate
2018-03-12 Eh2406this test is slow because it runs the same searches...
2018-03-11 xftroxgpxCloses #5165
2018-03-11 borsAuto merge of #5164 - matthiaskrgr:redundant_dep, r...
2018-03-11 Matthias Krügerremove "filetime 0.1" dependency from dev profile,...
2018-03-11 Aleksey KladovCleanups
2018-03-10 Aleksey KladovRelax tests for windows
2018-03-10 Aleksey KladovValidate the limit argument
2018-03-10 Aleksey KladovTweak the help message
2018-03-10 Aleksey KladovMove `index` & `registry` to `ArgMatchesExt`
2018-03-10 Aleksey KladovMove `new_options` to `ArgMatchesExt`
2018-03-10 Aleksey KladovMove `compile_options` to `ArgMatchesExt`
2018-03-10 Aleksey KladovMake `target` option owned in various configs
2018-03-10 Aleksey KladovMove some arg parsing to ArgMatchesExt
2018-03-10 Aleksey KladovIntroduce ArgMatchesExt trait
2018-03-10 Aleksey KladovInline `config_from_args`
2018-03-10 Aleksey KladovRename CommonArgs -> AppExt
2018-03-10 Aleksey KladovReorganize subcommands as a separate submodule
2018-03-10 Aleksey KladovMove command_prelude to a separate file
2018-03-10 Aleksey KladovIntroduce command_prelude module
2018-03-10 borsAuto merge of #5160 - ishitatsuyuki:patch-1, r=matklad
2018-03-10 Tatsuyuki IshiRemove unused import
2018-03-10 borsAuto merge of #5159 - ishitatsuyuki:patch-1, r=Mark...
2018-03-10 Tatsuyuki IshiRemove redundant recursion_limit
2018-03-09 borsAuto merge of #5126 - gilescope:cycle-error-message...
2018-03-09 Giles CopeClippy complains about unused in derived code.
2018-03-09 borsAuto merge of #5157 - Eh2406:more_interning, r=alexcrichton
2018-03-09 Eh2406delay calls to `to_inner`
2018-03-09 Eh2406Dependency.name to InternedString
2018-03-09 Aleksey KladovMake command-line arguments owned
2018-03-09 Aleksey KladovValidate that `jobs` argument is a number
2018-03-09 Aleksey KladovUnwind stack for cli errors
2018-03-08 Eh2406PackageId.name to InternedString
2018-03-08 Aleksey KladovRemove dead code
2018-03-08 Aleksey KladovRemove docopt dependency
2018-03-08 Aleksey KladovFix after rebase
2018-03-08 Aleksey KladovFix typo
2018-03-08 Aleksey KladovRemove dead code
2018-03-08 Aleksey KladovFix `--explain`
2018-03-08 Aleksey KladovSupport list subcommand
2018-03-08 Aleksey KladovSupport aliases
2018-03-08 Aleksey KladovFix more tests by updating error messages
2018-03-08 Aleksey KladovUnignore test which now passes
2018-03-08 Aleksey KladovDisable `cargo help -h`
2018-03-08 Aleksey KladovFix verify-project command
2018-03-08 Aleksey KladovSupport built-in aliases
2018-03-08 Aleksey KladovSupport external subcommands
2018-03-08 Aleksey KladovCleanup
2018-03-08 Aleksey KladovRestore global initialization
2018-03-08 Aleksey KladovUse exit code 1 for command line parsing errors
2018-03-08 Aleksey KladovFix some trivially fixable tests
2018-03-08 Aleksey KladovDrop old commands
2018-03-08 Aleksey KladovMove the rest of the commands to clap
2018-03-08 Aleksey KladovMove uninstall to clap
2018-03-08 Aleksey KladovMove test to clap
2018-03-08 Aleksey KladovMove search to clap
2018-03-08 Aleksey KladovDon't copy-paste index argument
2018-03-08 Aleksey KladovDon't copy-paste package argument
2018-03-08 Aleksey KladovMove rustdoc to clap
2018-03-08 Aleksey KladovMove rustc to clap
2018-03-08 Aleksey KladovMove run to clap
2018-03-08 Aleksey KladovMove read-manifest to clap
2018-03-08 Aleksey KladovMove publish to clap
2018-03-08 Aleksey KladovMove pkgid to clap
2018-03-08 Aleksey KladovMove package to clap
2018-03-08 Aleksey KladovMove owner to clap
2018-03-08 Aleksey KladovMove new to clap
2018-03-08 Aleksey KladovMove metadata to clap
2018-03-08 Aleksey KladovMove login to clap
2018-03-08 Aleksey KladovMove locate-project to clap
2018-03-08 Aleksey KladovMove install to clap
2018-03-08 Aleksey KladovSpecify frozen & locked for all commands simultaneously
2018-03-08 Aleksey KladovMove init to clap
2018-03-08 Aleksey KladovMove git-checkout to clap
2018-03-08 Aleksey KladovMove generate-lockfile to clap
2018-03-08 Aleksey KladovMove fetch to clap
2018-03-08 Aleksey KladovMove doc to clap
2018-03-08 Aleksey KladovMove clean to clap
2018-03-08 Aleksey KladovMove check to clap
2018-03-08 Aleksey KladovTemporarly ignore some tests
2018-03-08 Aleksey KladovPort bench and build to clap
2018-03-08 Giles CopeSwitch to exhaustive matches in tests.
2018-03-08 borsAuto merge of #5150 - Eh2406:more_interning, r=alexcrichton
2018-03-08 Eh2406intern links attribute
2018-03-08 borsAuto merge of #5147 - Eh2406:restucture, r=alexcrichton
2018-03-08 Eh2406restructure `Activations` for better clone
next